This function retrieves information about all of the (non-indexed) geolocation relations defined in swath. The dimension mapping list is returned as a string with each mapping separated by commas. The two dimensions in each mapping are separated by a slash (/).
Note: See STRSPLIT to separate the mapping list.
Result = EOS_SW_INQMAPS(swathID, dimmap, offset, increment)
Number of geolocation relation entries found. If –1, could signify an improper swath id.
Swath id (long) returned by EOS_SW_CREATE or EOS_SW_ATTACH.
A named variable that will contain the dimension mapping list (string) with entries separated by commas.
A named variable that will contain an array (long) of the offset of each geolocation relation.
A named variable that contain an array (long) of the increment of each geolocation relation.
None
nmaps = EOS_SW_INQMAPS(swathID, dimmap, offset, increment)
5.2 |
Introduced |